library(tidyverse) # OR library(dplyr) library(ggplot2) library(tidyr) # For G-Test: library(DescTools) # New package to install: library(ggmosaic)
- Data on Canvas!
- Goodness-of-fit tests (\(\chi^2\) and \(G\)-test AKA log-likelihood ratio)
- Contingency tables
- Contingency tests (Fisher's exact, \(\chi^2\), \(G\)-test)
- Mosaic plots in
ggplot2withggmosaic


